SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 59073: SAS® Clinical Standards Toolkit 1.7 - The define_sourcevalues macro internal CHECKVALUELIST might get truncated when length exceeds 512 characters

DetailsAboutRate It

The define_sourcevalues macro internal data set variable (CHECKVALUELIST) might be truncated if the length exceeds 512 characters.

To fix this in the macro:

Look for the following line:

 

    CheckValueList $%cstutilgetattribute(_cstDataSetName=&_cstOutputLibrary..WhereClauseRangeCheckValues, _cstVarName=checkvalue, _cstAttribute=VARLEN)

And replace it with:     CheckValueList $%cstutilgetattribute(_cstDataSetName=&_cstSourceValues, _cstVarName=whereclause, _cstAttribute=VARLEN)

 



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Clinical Standards ToolkitLinux for x641.71.7.19.4 TS1M3
Microsoft® Windows® for x641.71.7.19.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.